const github.com/go-pg/pg/v10/types.timeFormat

3 uses

	github.com/go-pg/pg/v10/types (current package)
		time.go#L11: 	timeFormat         = "15:04:05.999999999"
		time.go#L25: 	case l <= len(timeFormat):
		time.go#L27: 			return time.ParseInLocation(timeFormat, s, time.UTC)